From ced39e4f4a6030e8eb02a5ea7508621070a60025 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Jan 2001 17:18:33 +0000 Subject: [PATCH] (isearch-done): Set isearch-lazy-highlight-start to nil. --- lisp/isearch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index f2b5f01229e..16c46430c67 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -639,6 +639,8 @@ is treated as a regexp. See \\[isearch-forward] for more info." (remove-hook 'mouse-leave-buffer-hook 'isearch-done) (remove-hook 'kbd-macro-termination-hook 'isearch-done) + (setq isearch-lazy-highlight-start nil) + ;; Called by all commands that terminate isearch-mode. ;; If NOPUSH is non-nil, we don't push the string on the search ring. (setq overriding-terminal-local-map nil) -- 2.30.2